home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 10 - 1994 / 10.03 Mar 94 / Fixed Point Math / Source / SineTable.h < prev    next >
Encoding:
Text File  |  1995-07-29  |  236 b   |  12 lines  |  [TEXT/KAHL]

  1. /*****
  2.  * 
  3.  * SineTable.h
  4.  * SineTable: Values of sin() and cos() for -360 <= a <= 720
  5.  * Full version
  6.  *
  7.  * Alexei Lebedev, October 6, 1992
  8.  *
  9.  *****/
  10.  
  11. void InitSineTable(void);
  12. void GetTrigValues(short angle, Fixed *sin, Fixed *cos);